home *** CD-ROM | disk | FTP | other *** search
/ Inside the White House / Inside the White House.iso / bios.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1995-08-02  |  245 b   |  11 lines

  1. on mouseUp
  2.   if the doubleClick then
  3.     set spriteNumber to the clickOn
  4.     set cnum to the castNum of sprite spriteNumber
  5.     copyToClipBoard(cast cnum)
  6.     set tPath to the pathName
  7.     put "clip.exe" after tPath
  8.     open(tPath)
  9.   end if
  10. end
  11.